Skip to content

Instantly share code, notes, and snippets.

@CayvenHighcroft
CayvenHighcroft / ai-quiz.md
Created August 31, 2026 21:53
Best AI Quiz Generator for Students & Teachers in 2026 – Detailed & Unique Guide

Best AI Quiz Generator for Students in 2026 – Detailed & Unique Guide

Students today deal with more study material than ever — lecture slides, dense PDFs, handwritten notes, YouTube recordings, and online resources. The biggest challenge is not finding information. It is turning that information into effective practice questions that actually prepare you for exams.

Manually writing quizzes is slow and often incomplete. AI quiz generators solve this by converting your own materials into high-quality practice tests within minutes. The right tool can save hours every week and improve retention through active recall.

In this detailed 2026 guide, we rank the best AI quiz generators for students using a fresh set of competitors. Evaluation is based on:

  • Accuracy and source grounding of questions
  • Supported input types (PDF, images, audio, video, notes)
@Anarabdulaev
Anarabdulaev / windows-keys.md
Last active September 1, 2026 07:52
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Updated: September 2026

Index

@luizomf
luizomf / settings.json
Created October 24, 2022 13:01
Configuração inicial do VS Code
{
"window.zoomLevel": 2,
"workbench.startupEditor": "none",
"explorer.compactFolders": false,
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 18,
"workbench.colorTheme": "OM Theme (Default Dracula Italic)",
"code-runner.executorMap": {
"python": "clear ; python -u",
},
@luizomf
luizomf / ambiente-dev-ubuntu-curso-python.sh
Created October 31, 2022 01:23
Instalação ambiente dev Ubuntu 22 do curso de Python
#!/bin/bash
# Executar comandos a seguir para atualizar os pacotes
sudo apt update -y
sudo apt upgrade -y
# Só o Python
sudo apt install python3.10-full python3.10-dev -y
# Instalar pacotes a seguir
@luizomf
luizomf / commands.sh
Last active September 1, 2026 07:46
Instalação Python 3.10 Ubuntu 22.04
sudo apt update -y
sudo apt upgrade -y
sudo apt install git curl build-essential -y
sudo apt install gcc make default-libmysqlclient-dev libssl-dev -y
sudo apt install python3.10-full python3.10-dev -y
@yanhua1010
yanhua1010 / CLAUDE.md
Created September 1, 2026 01:53
CLAUDE.md — 减少 LLM 常见编码错误的行为准则(含来源优先级梯子)

CLAUDE.md

用于减少 LLM 常见编码错误的行为准则。可与项目特定指令合并使用。

权衡说明: 这些准则倾向于谨慎而非速度。对于琐碎的任务,请自行判断。

1. 编码前思考

不要假设。不要隐藏困惑。呈现权衡。